return point meaning in English
返回点
Examples
- The value returned points to native code using the calling convention specified by the
元数据标记指定的调用约定指向本机代码。 - No return point
无转回点 - A subroutine which , when called again after an execution , resumes at the return point of its previous execution
一个例行程序,在开始执行后再一次被调用时,从它前次的执行的返回点继续执行。 - Step out resumes execution of your code until the function returns , then breaks at the return point in the calling function
“跳出”将一直执行代码,直到函数返回,然后在调用函数中的返回点处中断。 - This rule set contains some of the more questionable checks , including assigning null to a variable , multiple return points from a method , and importing from the
这个规则集包含一些更有问题的检验,其中包括把null赋值给变量、方法中有多个返回点,以及从